home *** CD-ROM | disk | FTP | other *** search
- object RunnerForm: TRunnerForm
- Left = 287
- Top = 134
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Created with Game Maker'
- ClientHeight = 63
- ClientWidth = 359
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object LoadImage: TImage
- Left = 0
- Top = 0
- Width = 49
- Height = 49
- AutoSize = True
- Visible = False
- end
- object LoadPanel: TPanel
- Left = 0
- Top = 0
- Width = 359
- Height = 63
- Align = alClient
- BevelWidth = 2
- Caption = 'Loading the game, please wait.'
- Color = clNavy
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clYellow
- Font.Height = -16
- Font.Name = 'Arial Black'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object FileOpenDialog: TOpenDialog
- DefaultExt = 'gmf'
- Filter = 'Game Maker files|*.gmf'
- Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
- Title = 'Loading a game'
- Left = 8
- Top = 8
- end
- object StartTimer: TTimer
- Interval = 100
- OnTimer = StartTimerTimer
- Left = 296
- Top = 16
- end
- end
-